projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e7eb3a
)
Init x and y in xol's waypt reader.
author
robertl
<robertl>
Sat, 25 Aug 2007 17:11:39 +0000
(17:11 +0000)
committer
robertl
<robertl>
Sat, 25 Aug 2007 17:11:39 +0000
(17:11 +0000)
xol.c
patch
|
blob
|
history
diff --git
a/xol.c
b/xol.c
index a97ca0d2cda4de9dcaf7f0b29e9f17c2f11dae76..1251dc210d3be1fc5c7e5a4b7471bb17be5ba7b5 100644
(file)
--- a/
xol.c
+++ b/
xol.c
@@
-139,7
+139,7
@@
xol_shape_end(const char *args, const char **unused)
static void
xol_waypt(const char *args, const char **attrv) {
const char **avp = &attrv[0];
- int x
,
y;
+ int x
=0, y=
y;
while (*avp) {
if (strcmp(avp[0], "y") == 0)